Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CBRD-25645] [bug-fix] Assert when restarting server after committing some XA transactions #5677

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

hornetmj
Copy link
Contributor

@hornetmj hornetmj commented Dec 5, 2024

http://jira.cubrid.org/browse/CBRD-25645

Description

  • 2PC 테스트에서 서버 stop 시 발생하는 core 이슈 해결
  • lock_internal_perform_lock_object() 호출 시 oid가 root class인 경우 class_oid는 NULL로 넘겨주어야 하나 처리하지 않아서 발생하는 문제

Implementation

  • 문제가 발생한 lock_reacquire_crash_locks() 함수에서 lock_internal_perform_lock_object() 호출 시 oid가 root class인 경우 class_oid는 NULL로 넘겨주도록 수정

Remarks

  • 테스트 과정 중 추가적인 core 이슈가 발견되었으며, 이는 별도의 PR 또는 이슈로 처리할 것임

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants